home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Abakt 0.9.1 / abakt-0.9.1.exe / Abakt.exe / 0 / RCDATA / TF_GROUP / TF_GROUP.txt
Text File  |  2005-04-18  |  12KB  |  479 lines

  1. object f_Group: Tf_Group
  2.   Left = 354
  3.   Top = 241
  4.   Width = 580
  5.   Height = 422
  6.   Caption = 'Group of Profiles'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 418
  9.   Constraints.MinWidth = 580
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Menu = MainMenu
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnMouseDown = FormMouseDown
  23.   OnShow = FormShow
  24.   DesignSize = (
  25.     572
  26.     376)
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object PageControl: TPageControl
  30.     Left = 0
  31.     Top = 0
  32.     Width = 572
  33.     Height = 376
  34.     ActivePage = tab_Override
  35.     Align = alClient
  36.     Style = tsFlatButtons
  37.     TabHeight = 24
  38.     TabIndex = 1
  39.     TabOrder = 0
  40.     object tab_Profiles: TTabSheet
  41.       Caption = '&1 - Profiles'
  42.       ImageIndex = -1
  43.       OnShow = tab_ProfilesShow
  44.       object gbx_Profiles: TGroupBox
  45.         Left = 0
  46.         Top = 0
  47.         Width = 564
  48.         Height = 342
  49.         Align = alClient
  50.         Caption = 'Profil&es'
  51.         TabOrder = 0
  52.         object clb_Profiles: TCheckListBox
  53.           Left = 2
  54.           Top = 59
  55.           Width = 560
  56.           Height = 281
  57.           OnClickCheck = SetGroupModified
  58.           Align = alClient
  59.           Columns = 1
  60.           ItemHeight = 13
  61.           TabOrder = 0
  62.         end
  63.         object tb_Profiles: TToolBar
  64.           Left = 2
  65.           Top = 35
  66.           Width = 560
  67.           Height = 24
  68.           AutoSize = True
  69.           ButtonWidth = 73
  70.           Flat = True
  71.           Images = DM.imgs_Buttons
  72.           List = True
  73.           ParentShowHint = False
  74.           ShowCaptions = True
  75.           ShowHint = True
  76.           TabOrder = 1
  77.           object ToolButton1: TToolButton
  78.             Left = 0
  79.             Top = 0
  80.             Action = act_ProfileAdd
  81.             AutoSize = True
  82.           end
  83.           object ToolButton2: TToolButton
  84.             Left = 50
  85.             Top = 0
  86.             Action = act_ProfileRemove
  87.             AutoSize = True
  88.           end
  89.           object ToolButton3: TToolButton
  90.             Left = 121
  91.             Top = 0
  92.             Action = act_ProfileEdit
  93.             AutoSize = True
  94.           end
  95.           object ToolButton4: TToolButton
  96.             Left = 170
  97.             Top = 0
  98.             Width = 8
  99.             Caption = 'ToolButton4'
  100.             ImageIndex = 3
  101.             Style = tbsSeparator
  102.           end
  103.           object ToolButton5: TToolButton
  104.             Left = 178
  105.             Top = 0
  106.             Action = act_ProfilesCheckAll
  107.             AutoSize = True
  108.           end
  109.           object ToolButton6: TToolButton
  110.             Left = 220
  111.             Top = 0
  112.             Action = act_ProfilesCheckNone
  113.             AutoSize = True
  114.           end
  115.           object ToolButton7: TToolButton
  116.             Left = 277
  117.             Top = 0
  118.             Width = 8
  119.             Caption = 'ToolButton7'
  120.             ImageIndex = 6
  121.             Style = tbsSeparator
  122.           end
  123.           object ToolButton8: TToolButton
  124.             Left = 285
  125.             Top = 0
  126.             Action = act_ProfileMoveUp
  127.             AutoSize = True
  128.           end
  129.           object ToolButton9: TToolButton
  130.             Left = 330
  131.             Top = 0
  132.             Action = act_ProfileMoveDown
  133.             AutoSize = True
  134.           end
  135.           object ToolButton10: TToolButton
  136.             Left = 389
  137.             Top = 0
  138.             Action = act_ProfilesSort
  139.             AutoSize = True
  140.           end
  141.           object ToolButton12: TToolButton
  142.             Left = 439
  143.             Top = 0
  144.             Width = 8
  145.             Caption = 'ToolButton12'
  146.             ImageIndex = 4
  147.             Style = tbsSeparator
  148.           end
  149.           object ToolButton11: TToolButton
  150.             Left = 447
  151.             Top = 0
  152.             Action = act_ProfilesClear
  153.             AutoSize = True
  154.           end
  155.         end
  156.         object pnl_Descr_Profiles: TPanel
  157.           Left = 2
  158.           Top = 15
  159.           Width = 560
  160.           Height = 20
  161.           Align = alTop
  162.           BevelInner = bvRaised
  163.           BevelOuter = bvLowered
  164.           TabOrder = 2
  165.           object Label1: TLabel
  166.             Left = 8
  167.             Top = 3
  168.             Width = 296
  169.             Height = 13
  170.             Caption = 'Select the Profiles to be executed in the order displayed below.'
  171.             Font.Charset = DEFAULT_CHARSET
  172.             Font.Color = clMaroon
  173.             Font.Height = -11
  174.             Font.Name = 'MS Sans Serif'
  175.             Font.Style = []
  176.             ParentFont = False
  177.           end
  178.         end
  179.       end
  180.     end
  181.     object tab_Override: TTabSheet
  182.       Caption = '&2 - Override'
  183.       ImageIndex = -1
  184.       OnShow = tab_OverrideShow
  185.       object pnl_Descr_Override: TPanel
  186.         Left = 0
  187.         Top = 0
  188.         Width = 564
  189.         Height = 20
  190.         Align = alTop
  191.         BevelInner = bvRaised
  192.         BevelOuter = bvLowered
  193.         TabOrder = 0
  194.         object Label2: TLabel
  195.           Left = 8
  196.           Top = 3
  197.           Width = 396
  198.           Height = 13
  199.           Caption = 
  200.             'Select the settings to override. Their values will be applied to' +
  201.             ' every executed Profile.'
  202.           Font.Charset = DEFAULT_CHARSET
  203.           Font.Color = clMaroon
  204.           Font.Height = -11
  205.           Font.Name = 'MS Sans Serif'
  206.           Font.Style = []
  207.           ParentFont = False
  208.         end
  209.       end
  210.       inline fr_ConfigEdit: TFrameConfigEdit
  211.         Left = 0
  212.         Top = 20
  213.         Width = 564
  214.         Height = 322
  215.         Align = alClient
  216.         TabOrder = 1
  217.         inherited gbx_ConfigSets: TGroupBox
  218.           Width = 564
  219.           Height = 205
  220.           inherited lv_Config: TListView
  221.             Width = 560
  222.             Height = 166
  223.           end
  224.           inherited tb_ConfigEdit: TToolBar
  225.             Width = 560
  226.           end
  227.         end
  228.         inherited gbx_ProfileProperty: TGroupBox
  229.           Top = 205
  230.           Width = 564
  231.           inherited Panel5: TPanel
  232.             Width = 560
  233.             inherited pnl_ItemValue: TPanel
  234.               Width = 552
  235.             end
  236.             inherited sbox_ObjectInfo: TScrollBox
  237.               Width = 552
  238.             end
  239.           end
  240.           inherited Panel2: TPanel
  241.             Width = 560
  242.             inherited ed_InternalNameValue: TEdit
  243.               Width = 436
  244.             end
  245.           end
  246.         end
  247.       end
  248.     end
  249.   end
  250.   object pnl_ExecuteButton: TPanel
  251.     Left = 467
  252.     Top = 0
  253.     Width = 101
  254.     Height = 26
  255.     Anchors = [akTop, akRight]
  256.     AutoSize = True
  257.     BevelOuter = bvLowered
  258.     TabOrder = 1
  259.     object bt_Execute: TBitBtn
  260.       Left = 1
  261.       Top = 1
  262.       Width = 99
  263.       Height = 24
  264.       Action = act_ExecuteGroup
  265.       Caption = 'E&xecute Group'
  266.       TabOrder = 0
  267.       Style = bsNew
  268.       Spacing = -1
  269.     end
  270.   end
  271.   object MainMenu: TMainMenu
  272.     Images = DM.imgs_Main
  273.     Left = 72
  274.     Top = 104
  275.     object mu_File: TMenuItem
  276.       Caption = '&File'
  277.       object actNewProfileGroup1: TMenuItem
  278.         Action = act_NewGroup
  279.       end
  280.       object OpenProfileGroup1: TMenuItem
  281.         Action = act_OpenGroup
  282.       end
  283.       object N3: TMenuItem
  284.         Caption = '-'
  285.       end
  286.       object SaveProfileGroup1: TMenuItem
  287.         Action = act_SaveGroup
  288.       end
  289.       object SaveProfileGroupAs1: TMenuItem
  290.         Action = act_SaveGroupAs
  291.       end
  292.       object N1: TMenuItem
  293.         Caption = '-'
  294.       end
  295.       object mi_RecentFiles: TMenuItem
  296.         Caption = '&Recent Files'
  297.         ShortCut = 16466
  298.         OnClick = mi_RecentFilesClick
  299.       end
  300.       object N4: TMenuItem
  301.         Caption = '-'
  302.       end
  303.       object mi_Close: TMenuItem
  304.         Caption = '&Close'
  305.         ShortCut = 32883
  306.         OnClick = mi_CloseClick
  307.       end
  308.     end
  309.     object mu_View: TMenuItem
  310.       Caption = '&View'
  311.       object N1Profiles1: TMenuItem
  312.         Action = act_ShowPageProfiles
  313.       end
  314.       object N3BackupType1: TMenuItem
  315.         Action = act_ShowPageOverride
  316.       end
  317.       object N2: TMenuItem
  318.         Caption = '-'
  319.       end
  320.       object BackupLog1: TMenuItem
  321.         Action = act_ViewActionLog
  322.       end
  323.     end
  324.     object mu_Tools: TMenuItem
  325.       Caption = '&Tools'
  326.       object mi_StartGroupBackup: TMenuItem
  327.         Action = act_ExecuteGroup
  328.       end
  329.     end
  330.   end
  331.   object ActionList: TActionList
  332.     Left = 152
  333.     Top = 104
  334.     object act_NewGroup: TAction
  335.       Category = 'File'
  336.       Caption = '&New Group'
  337.       ShortCut = 16462
  338.       OnExecute = act_NewGroupExecute
  339.     end
  340.     object act_OpenGroup: TAction
  341.       Category = 'File'
  342.       Caption = '&Open Group'
  343.       ShortCut = 16463
  344.       OnExecute = act_OpenGroupExecute
  345.     end
  346.     object act_SaveGroup: TAction
  347.       Category = 'File'
  348.       Caption = '&Save Group'
  349.       ShortCut = 16467
  350.       OnExecute = act_SaveGroupExecute
  351.     end
  352.     object act_SaveGroupAs: TAction
  353.       Category = 'File'
  354.       Caption = 'Save Group &As...'
  355.       ShortCut = 24659
  356.       OnExecute = act_SaveGroupAsExecute
  357.     end
  358.     object act_ExecuteGroup: TAction
  359.       Category = 'Tools'
  360.       Caption = 'E&xecute Group'
  361.       ImageIndex = 1
  362.       ShortCut = 49240
  363.       SecondaryShortCuts.Strings = (
  364.         'Ctrl+B')
  365.       OnExecute = act_ExecuteGroupExecute
  366.     end
  367.     object act_ShowPageProfiles: TAction
  368.       Category = 'View'
  369.       Caption = '&1 - Profiles'
  370.       ShortCut = 117
  371.       OnExecute = act_ShowPageProfilesExecute
  372.     end
  373.     object act_ShowPageOverride: TAction
  374.       Category = 'View'
  375.       Caption = '&2 - Override'
  376.       ShortCut = 118
  377.       OnExecute = act_ShowPageOverrideExecute
  378.     end
  379.     object act_ViewActionLog: TAction
  380.       Category = 'View'
  381.       Caption = 'Action &Log'
  382.       ShortCut = 24664
  383.       SecondaryShortCuts.Strings = (
  384.         '')
  385.       OnExecute = act_ViewActionLogExecute
  386.     end
  387.   end
  388.   object odlg_Group: TOpenDialog
  389.     DefaultExt = 'abg'
  390.     Filter = 'Abakt Group (*.abg)|*.abg|All files (*.*)|*.*'
  391.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  392.     Title = 'Open Group'
  393.     Left = 152
  394.     Top = 160
  395.   end
  396.   object sdlg_Group: TSaveDialog
  397.     DefaultExt = 'abg'
  398.     Filter = 'Abakt Group (*.abg)|*.abg|All files (*.*)|*.*'
  399.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  400.     Title = 'Save Group'
  401.     Left = 72
  402.     Top = 160
  403.   end
  404.   object odlg_Profiles: TOpenDialog
  405.     DefaultExt = 'abp'
  406.     Filter = 'Abakt Profile (*.abp)|*.abp|All files (*.*)|*.*'
  407.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  408.     Title = 'Choose a Profile to add to the Group'
  409.     Left = 232
  410.     Top = 160
  411.   end
  412.   object actl_Profiles: TActionList
  413.     Images = DM.imgs_Buttons
  414.     Left = 232
  415.     Top = 104
  416.     object act_ProfileAdd: TAction
  417.       Category = 'Profiles'
  418.       Caption = '&Add'
  419.       ImageIndex = 0
  420.       ShortCut = 45
  421.       OnExecute = act_ProfileAddExecute
  422.     end
  423.     object act_ProfileRemove: TAction
  424.       Category = 'Profiles'
  425.       Caption = '&Remove'
  426.       ImageIndex = 1
  427.       ShortCut = 46
  428.       OnExecute = act_ProfileRemoveExecute
  429.     end
  430.     object act_ProfileEdit: TAction
  431.       Category = 'Profiles'
  432.       Caption = 'E&dit'
  433.       ImageIndex = 2
  434.       ShortCut = 113
  435.       OnExecute = act_ProfileEditExecute
  436.     end
  437.     object act_ProfilesCheckAll: TAction
  438.       Category = 'Profiles'
  439.       Caption = 'A&ll'
  440.       ImageIndex = 4
  441.       OnExecute = act_ProfilesCheckAllExecute
  442.     end
  443.     object act_ProfilesCheckNone: TAction
  444.       Category = 'Profiles'
  445.       Caption = '&None'
  446.       ImageIndex = 5
  447.       OnExecute = act_ProfilesCheckNoneExecute
  448.     end
  449.     object act_ProfileMoveUp: TAction
  450.       Category = 'Profiles'
  451.       Caption = 'Up'
  452.       Hint = 'Up'
  453.       ImageIndex = 6
  454.       ShortCut = 16422
  455.       OnExecute = act_ProfileUpExecute
  456.     end
  457.     object act_ProfileMoveDown: TAction
  458.       Category = 'Profiles'
  459.       Caption = 'Down'
  460.       Hint = 'Down'
  461.       ImageIndex = 7
  462.       ShortCut = 16424
  463.       OnExecute = act_ProfileDownExecute
  464.     end
  465.     object act_ProfilesSort: TAction
  466.       Category = 'Profiles'
  467.       Caption = 'Sort'
  468.       ImageIndex = 8
  469.       OnExecute = act_ProfilesSortExecute
  470.     end
  471.     object act_ProfilesClear: TAction
  472.       Category = 'Profiles'
  473.       Caption = 'Clear'
  474.       ImageIndex = 3
  475.       OnExecute = act_ProfilesClearExecute
  476.     end
  477.   end
  478. end
  479.